Fix Bug: AttributeError: 'UserInfo' object has no attribute 'lensman_type'

Brightcells 7 年 前
コミット
60293b827f
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0 1
      account/models.py

+ 0 - 1
account/models.py

@@ -363,7 +363,6 @@ class UserInfo(CreateUpdateMixin, LensmanTypeBoolMixin):
363 363
             'username': self.username,
364 364
             'nickname': self.nickname,
365 365
             'avatar': self.avatar,
366
-            'lensman_type': self.lensman_type,
367 366
         }
368 367
 
369 368